Compartilhar via


Propriedade do RDL Keys

Gets or sets the keys that participate in the reference. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
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 da propriedade

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