Partager via


Propriété Fields

Ne référencez pas directement 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 Fields As String()
    Get
    Set
'Utilisation
Dim instance As PropertiesRequest
Dim value As String()

value = instance.Fields

instance.Fields = value
public string[] Fields { get; set; }
public:
property array<String^>^ Fields {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member Fields : string[] with get, set
function get Fields () : String[]
function set Fields (value : String[])

Valeur de propriété

Type : array<System. . :: . .String> [] () [] []
The properties to be brought back.