共用方式為


StatementBuilder.AddUrn 方法

Adds the statement to the Unified Resource Name with the specified value. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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

語法

'宣告
Public Sub AddUrn ( _
    value As String _
)
'用途
Dim instance As StatementBuilder 
Dim value As String

instance.AddUrn(value)
public void AddUrn(
    string value
)
public:
void AddUrn(
    String^ value
)
member AddUrn : 
        value:string -> unit
public function AddUrn(
    value : String
)

參數

  • value
    型別:System.String
    The value of the object to be added to the Unified Resource Name.

請參閱

參考

StatementBuilder 類別

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