Compartilhar via


Propriedade Password

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

For more information, see ConnectionManager.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

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

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

Valor da propriedade

Tipo: System. . :: . .String