Partilhar via


Propriedade do RDL SfcInstance.AbstractIdentityKey

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
Protected Friend Property AbstractIdentityKey As SfcKey 
    Get 
    Set
'Uso
Dim value As SfcKey 

value = Me.AbstractIdentityKey 

Me.AbstractIdentityKey = value
protected internal SfcKey AbstractIdentityKey { get; set; }
protected public:
property SfcKey^ AbstractIdentityKey {
    SfcKey^ get ();
    void set (SfcKey^ value);
}
member AbstractIdentityKey : SfcKey with get, set
function get AbstractIdentityKey () : SfcKey 
function set AbstractIdentityKey (value : SfcKey)

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The abstract key identifier.

Consulte também

Referência

SfcInstance Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc