Compartilhar via


Propriedade do RDL SMOServerConn.Password

Sets the password for the connection, if you do not use Windows Authentication.

Namespace:  Microsoft.SqlServer.Dts.ManagedConnections
Assembly:  Microsoft.SqlServer.ManagedConnections (em Microsoft.SqlServer.ManagedConnections.dll)

Sintaxe

'Declaração
Public WriteOnly Property Password As String 
    Set
'Uso
Dim instance As SMOServerConn 
Dim value As String

instance.Password = value
public string Password { set; }
public:
property String^ Password {
    void set (String^ value);
}
member Password : string with get, set
function set Password (value : String)

Valor da propriedade

Tipo: System.String
A String that specifies a password for the connection.

Comentários

If you do not use Windows Authentication, you must provide the password for the connection.

Consulte também

Referência

SMOServerConn Classe

Namespace Microsoft.SqlServer.Dts.ManagedConnections