ObjectRenamedEventArgs.OldUrn 屬性
Property identifying the URN object before changing.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property OldUrn As String
Get
'用途
Dim instance As ObjectRenamedEventArgs
Dim value As String
value = instance.OldUrn
public string OldUrn { get; }
public:
property String^ OldUrn {
String^ get ();
}
member OldUrn : string
function get OldUrn () : String
屬性值
型別:System.String
The Property identifying the URN object before changing.