Proprietà LinkField.Field
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 Property Field As String
Get
Set
'Utilizzo
Dim instance As LinkField
Dim value As String
value = instance.Field
instance.Field = value
public string Field { get; set; }
public:
property String^ Field {
String^ get ();
void set (String^ value);
}
member Field : string with get, set
function get Field () : String
function set Field (value : String)
Valore proprietà
Tipo: System.String
A string that represents the specified name of the field.