Freigeben über


SfcCollectionInfo.Collection-Eigenschaft

Gets the collection that is wrapped.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property Collection As Object 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Object
The collection object.

Siehe auch

Verweis

SfcCollectionInfo Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace