OldKey 属性
Gets the SfcKey object that represents the old key of the object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public ReadOnly Property OldKey As SfcKey
Get
用法
Dim instance As SfcAfterObjectRenamedEventArgs
Dim value As SfcKey
value = instance.OldKey
public SfcKey OldKey { get; }
public:
property SfcKey^ OldKey {
SfcKey^ get ();
}
member OldKey : SfcKey
function get OldKey () : SfcKey
属性值
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
The SfcKey object that represents the old key of the object.