共用方式為


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.