Proprietà XmlReadOrderByRedirect.RedirectFields

Gets the collection of objects redirected to the fields. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property RedirectFields As StringCollection 
    Get
'Utilizzo
Dim instance As XmlReadOrderByRedirect 
Dim value As StringCollection 

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

Valore proprietà

Tipo: System.Collections.Specialized.StringCollection
The collection of objects redirected to the fields.

Vedere anche

Riferimento

XmlReadOrderByRedirect Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc