Bagikan melalui


IDTSExecutePackage100.PackageName Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the child package.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Syntax

'Declaration
Property PackageName As String 
    Get 
    Set
'Usage
Dim instance As IDTSExecutePackage100 
Dim value As String 

value = instance.PackageName

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

Property Value

Type: System.String
The name of the child package.

See Also

Reference

IDTSExecutePackage100 Interface

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace