Propriedade do RDL IDTSApplication100.PackagePassword
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Sets the value of the password for the package. This property is write-only.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
WriteOnly Property PackagePassword As String
Set
'Uso
Dim instance As IDTSApplication100
Dim value As String
instance.PackagePassword = value
string PackagePassword { set; }
property String^ PackagePassword {
void set (String^ value);
}
abstract PackagePassword : string with get, set
function set PackagePassword (value : String)
Valor da propriedade
Tipo: System.String
A String that contains the password for the package.