共用方式為


SfcInstance.Urn 屬性

Returns the uniform resource name of the SfcInstance object.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public ReadOnly Property Urn As Urn 
    Get
'用途
Dim instance As SfcInstance 
Dim value As Urn 

value = instance.Urn
public Urn Urn { get; }
public:
property Urn^ Urn {
    Urn^ get ();
}
member Urn : Urn
function get Urn () : Urn

屬性值

型別:Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The Urn of the object.

請參閱

參考

SfcInstance 類別

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