Compartir a través de


SfcReferenceAttribute.Keys Propiedad

Gets or sets the keys that participate in the reference. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Property Keys As String()
    Get 
    Set
'Uso
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[])

Valor de la propiedad

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

Vea también

Referencia

SfcReferenceAttribute Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata