Partager via


Propriété ObjectProperty.ReferenceKeys

Gets or sets the information about the keys that makes up 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
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property ReferenceKeys As String 
    Get 
    Set
'Utilisation
Dim instance As ObjectProperty 
Dim value As String 

value = instance.ReferenceKeys

instance.ReferenceKeys = value
public string ReferenceKeys { get; set; }
public:
property String^ ReferenceKeys {
    String^ get ();
    void set (String^ value);
}
member ReferenceKeys : string with get, set
function get ReferenceKeys () : String 
function set ReferenceKeys (value : String)

Valeur de propriété

Type : System.String
A value that represents the information about the keys that makes up the reference.

Voir aussi

Référence

ObjectProperty Classe

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