Password Propiedad
Sets the password for the connection, if you do not use Windows Authentication.
Espacio de nombres: Microsoft.SqlServer.Dts.ManagedConnections
Ensamblado: Microsoft.SqlServer.ManagedConnections (en Microsoft.SqlServer.ManagedConnections.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .String
A String that specifies a password for the connection.
Comentarios
If you do not use Windows Authentication, you must provide the password for the connection.
Vea también