OldKey-Eigenschaft
Gets the SfcKey object that represents the old key of the object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property OldKey As SfcKey
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
The SfcKey object that represents the old key of the object.