Proprietà Field
Gets the field that needs to be return by the query. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Field As String
Get
'Utilizzo
Dim instance As SfcReferenceSelectorAttribute
Dim value As String
value = instance.Field
public string Field { get; }
public:
property String^ Field {
String^ get ();
}
member Field : string
function get Field () : String
Valore proprietà
Tipo: System. . :: . .String
A string that specifies the field that needs to be return by the query.
Vedere anche