다음을 통해 공유


PackagePassword 속성

Sets the password of the child package to be executed by the ExecutePackageTask.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
어셈블리:  Microsoft.SqlServer.ExecPackageTaskWrap.dll의 Microsoft.SqlServer.ExecPackageTaskWrap

구문

‘선언
Public Overridable WriteOnly Property PackagePassword As String
    Set
‘사용 방법
Dim instance As ExecutePackageTaskClass
Dim value As String

instance.PackagePassword = value
public virtual string PackagePassword { set; }
public:
virtual property String^ PackagePassword {
    void set (String^ value);
}
abstract PackagePassword : string with get, set
override PackagePassword : string with get, set
function set PackagePassword (value : String)

속성 값

형식: System. . :: . .String
The password of the child package to be executed by the ExecutePackageTask.

구현

IDTSExecutePackage100. . :: . .PackagePassword