Package.PackagePassword 속성
Sets the value of the password for the package. This property is write-only.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public WriteOnly Property PackagePassword As String
Set
‘사용 방법
Dim instance As Package
Dim value As String
instance.PackagePassword = value
public string PackagePassword { set; }
public:
property String^ PackagePassword {
void set (String^ value);
}
member PackagePassword : string with get, set
function set PackagePassword (value : String)
속성 값
유형: System.String
The value of the password for the package.