Operation.ObjectType 属性

Gets the type of the object.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ObjectType As Nullable(Of Short)
    Get
用法
Dim instance As Operation 
Dim value As Nullable(Of Short)

value = instance.ObjectType
[SfcPropertyAttribute(Data = true)]
public Nullable<short> ObjectType { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Nullable<short> ObjectType {
    Nullable<short> get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ObjectType : Nullable<int16>
function get ObjectType () : Nullable<short>

属性值

类型:System.Nullable<Int16>
The type of the object.

请参阅

参考

Operation 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间