Propriedade do RDL SfcBeforeObjectMovedEventArgs.NewUrn
Gets the new URN of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property NewUrn As Urn
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The new URN of the object.