Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Friend Property AbstractIdentityKey As SfcKey
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The abstract key identifier.