Share via


SfcReferenceAttribute.Keys Property

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

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

Syntax

'Declaration
Public Property Keys As String()
    Get
    Set
'Usage
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[])

Property Value

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