Propriedade do RDL IDTSApplication100.ProjectPassword
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 project. 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 ProjectPassword As String
Set
'Uso
Dim instance As IDTSApplication100
Dim value As String
instance.ProjectPassword = value
string ProjectPassword { set; }
property String^ ProjectPassword {
void set (String^ value);
}
abstract ProjectPassword : string with get, set
function set ProjectPassword (value : String)
Valor da propriedade
Tipo: System.String
A String that contains the password for the project.