Compartir a través de


XmlReadPropertyLink.Fields Propiedad

Gets the collection of objects in the field. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property Fields As StringCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

XmlReadPropertyLink Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc