AbstractIdentityKey 属性
不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Protected Friend Property AbstractIdentityKey As SfcKey
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
The abstract key identifier.