Operation.OperationType プロパティ

操作の種類を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property OperationType As Short 
    Get
'使用
Dim instance As Operation 
Dim value As Short 

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

プロパティ値

型: System.Int16
操作の種類。

関連項目

参照

Operation クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間