Password-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
For more information, see ConnectionManager.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
WriteOnly Property Password As String
Set
'Usage
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)