Catalog.Operations 属性

Gets the operation collection.

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

语法

声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Operation))> _
Public ReadOnly Property Operations As OperationCollection 
    Get
用法
Dim instance As Catalog 
Dim value As OperationCollection 

value = instance.Operations
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Operation))]
public OperationCollection Operations { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Operation))]
public:
property OperationCollection^ Operations {
    OperationCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Operation))>]
member Operations : OperationCollection
function get Operations () : OperationCollection

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.OperationCollection
The operation collection.

请参阅

参考

Catalog 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间