Operation.OperationType 属性

Gets the type of the operation.

命名空间:  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
The type of the operation.

请参阅

参考

Operation 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间