Propriedade do RDL SfcProperty.IdentityKey
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 ReadOnly Property IdentityKey As Boolean
Get
'Uso
Dim instance As SfcProperty
Dim value As Boolean
value = instance.IdentityKey
public bool IdentityKey { get; }
public:
property bool IdentityKey {
bool get ();
}
member IdentityKey : bool
function get IdentityKey () : boolean
Valor da propriedade
Tipo: System.Boolean
true if an identity key appears in the property; otherwise, false.