Proprietà Field
Gets the specified field in the property. 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 Field As String
Get
'Utilizzo
Dim instance As XmlReadLinkFields
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
The attribute field name.
Vedere anche