Operation.ObjectType プロパティ

オブジェクトの種類を取得します。

名前空間:  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>
オブジェクトの型です。

関連項目

参照

Operation クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間