SfcBeforeObjectRenamedEventArgs.NewKey 属性

Gets the SfcKey object that represents the new key. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public ReadOnly Property NewKey As SfcKey 
    Get
用法
Dim instance As SfcBeforeObjectRenamedEventArgs 
Dim value As SfcKey 

value = instance.NewKey
public SfcKey NewKey { get; }
public:
property SfcKey^ NewKey {
    SfcKey^ get ();
}
member NewKey : SfcKey
function get NewKey () : SfcKey

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The SfcKey object that represents the new key.

请参阅

参考

SfcBeforeObjectRenamedEventArgs 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间