Propriedade DtsPackagePassword
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Property DtsPackagePassword As String
Get
Set
'Uso
Dim instance As ITransSynchronizationAgent
Dim value As String
value = instance.DtsPackagePassword
instance.DtsPackagePassword = value
string DtsPackagePassword { get; set; }
property String^ DtsPackagePassword {
String^ get ();
void set (String^ value);
}
abstract DtsPackagePassword : string with get, set
function get DtsPackagePassword () : String
function set DtsPackagePassword (value : String)
Valor da propriedade
Tipo: System. . :: . .String
Consulte também