Proprietà NewUrn
Gets the new URN of the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property NewUrn As Urn
Get
'Utilizzo
Dim instance As SfcBeforeObjectMovedEventArgs
Dim value As Urn
value = instance.NewUrn
public Urn NewUrn { get; }
public:
property Urn^ NewUrn {
Urn^ get ();
}
member NewUrn : Urn
function get NewUrn () : Urn
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
The new URN of the object.
Vedere anche