Compartir a través de


StatementBuilder.AddUrn Método

Adds the statement to the Unified Resource Name with the specified value. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Sub AddUrn ( _
    value As String _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

StatementBuilder Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc