Partager via


Propriété XmlReadPropertyLink.Fields

Gets the collection of objects in the field. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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 Fields As StringCollection 
    Get
'Utilisation
Dim instance As XmlReadPropertyLink 
Dim value As StringCollection 

value = instance.Fields
public StringCollection Fields { get; }
public:
property StringCollection^ Fields {
    StringCollection^ get ();
}
member Fields : StringCollection
function get Fields () : StringCollection

Valeur de propriété

Type : System.Collections.Specialized.StringCollection
The collection of objects in the field.

Voir aussi

Référence

XmlReadPropertyLink Classe

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