共用方式為


Urn 建構函式 (String)

Initializes a new instance of the Urn class. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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

語法

'宣告
Public Sub New ( _
    value As String _
)
'用途
Dim value As String 

Dim instance As New Urn(value)
public Urn(
    string value
)
public:
Urn(
    String^ value
)
new : 
        value:string -> Urn
public function Urn(
    value : String
)

參數

  • value
    型別:System.String
    A string value that specifies the resource name.

請參閱

參考

Urn 類別

Urn 多載

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