Propriedade do RDL XmlReadPropertyLink.Fields
Gets the collection of objects in the field. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.Specialized.StringCollection
The collection of objects in the field.