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.