RemoteLogin Properties

RemoteLogin Object Properties Methods Collections

Property Description

Application
    Application
    Write: No
The Application object.
LocalName
    Identifier
    Write: Before Add
The local login used by the local SQL Server. When the remote server connects using this RemoteLogin and the remote login specified by the RemoteName property, the local SQL Server uses this local login.
Parent
    RemoteServer
    Write: No
The RemoteServer object.
RemoteName
    Identifier
    Write: Before Add
The remote login on the remote server. When the remote server connects using this RemoteLogin, the local SQL Server uses the local login specified by the LocalName property. This is the "Name" property of the RemoteLogins collection.
Trusted
    Boolean
    Write: Yes
Determines if the remote password is checked when this RemoteLogin connects to SQL Server. If True, the remote password is checked, and the connection attempt is denied if the remote password does not match the local password. If False, the remote password is not checked, and the connection attempt succeeds.
TypeOf
    SQLOLE_OBJECT_TYPE
    Write: No
The type of object.
UserData
    Long
    Write: Yes
Temporary storage space contained in this object for private use by the application. SQL-DMO does not use this property.