Partilhar via


Propriedade do RDL ObjectProperty.ReferenceKeys

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

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

Sintaxe

'Declaração
Public Property ReferenceKeys As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ObjectProperty Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc