Partager via


Propriété SfcCollectionInfo.Collection

Gets the collection that is wrapped.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Collection As Object 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Object
The collection object.

Voir aussi

Référence

SfcCollectionInfo Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc