Share via


ObjectProperty.ReferenceKeys Property

Gets or sets the information about the keys that makes up the reference. Do not reference this member directly in your code. It supports the SQL Server infrastructure..

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property ReferenceKeys As String 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

ObjectProperty Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace