Partager via


Propriété SfcReferenceAttribute.Keys

Gets or sets the keys that participate in the reference. 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.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property Keys As String()
    Get 
    Set
'Utilisation
Dim instance As SfcReferenceAttribute 
Dim value As String()

value = instance.Keys

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

Valeur de propriété

Type : array<System.String[]
A string value that specifies the keys that participate in the reference.

Voir aussi

Référence

SfcReferenceAttribute Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata