IDTSConnectionManagerDatabaseParameters100.Password Property
This API supports the infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: System.String