NewKey-Eigenschaft
Gets the SfcKey object that represents the new key. 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 NewKey As SfcKey
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
The SfcKey object that represents the new key.