SfcCollectionInfo.Collection 속성
Gets the collection that is wrapped.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public ReadOnly Property Collection As Object
Get
‘사용 방법
Dim instance As SfcCollectionInfo
Dim value As Object
value = instance.Collection
public Object Collection { get; }
public:
property Object^ Collection {
Object^ get ();
}
member Collection : Object
function get Collection () : Object
속성 값
유형: System.Object
The collection object.