다음을 통해 공유


ExecutePackageTaskClass.PackageName 속성

Gets or sets the name of the child package to be executed by the ExecutePackageTask.

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

구문

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

value = instance.PackageName

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

속성 값

유형: System.String
The name of the child package to be executed by the ExecutePackageTask.

구현

IDTSExecutePackage100.PackageName

참고 항목

참조

ExecutePackageTaskClass 클래스

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask 네임스페이스