Propriété LinkField.Field
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Property Field As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A string that represents the specified name of the field.