EnumObject.Urn 属性

Gets or sets the property that lives only while the request is serviced. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Protected Friend Property Urn As Urn 
    Get 
    Set
用法
Dim value As Urn 

value = Me.Urn 

Me.Urn = value
protected internal Urn Urn { get; set; }
protected public:
property Urn^ Urn {
    Urn^ get ();
    void set (Urn^ value);
}
member Urn : Urn with get, set
function get Urn () : Urn 
function set Urn (value : Urn)

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Holds the xpath expression for the current request.

请参阅

参考

EnumObject 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间