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.