Urn コンストラクター (String)

Urn クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
    リソース名を示す文字列値です。

関連項目

参照

Urn クラス

Urn オーバーロード

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