共用方式為


PackageInfo.ExecutionValueParameterSet.ObjectType 屬性

Gets or sets the object type of the current execution value parameter set.

命名空間:  Microsoft.SqlServer.Management.IntegrationServices
組件:  Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

語法

'宣告
Public Property ObjectType As Short 
    Get 
    Set
'用途
Dim instance As PackageInfo.ExecutionValueParameterSet 
Dim value As Short 

value = instance.ObjectType

instance.ObjectType = value
public short ObjectType { get; set; }
public:
property short ObjectType {
    short get ();
    void set (short value);
}
member ObjectType : int16 with get, set
function get ObjectType () : short 
function set ObjectType (value : short)

屬性值

型別:System.Int16
The object type of the current execution value parameter set.

請參閱

參考

PackageInfo.ExecutionValueParameterSet 類別

Microsoft.SqlServer.Management.IntegrationServices 命名空間