次の方法で共有


Catalog.Operations プロパティ

操作コレクションを取得します。

名前空間:  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
操作コレクションです。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間