Metodo StatementBuilder.AddUrn

Adds the statement to the Unified Resource Name with the specified value. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Sub AddUrn ( _
    value As String _
)
'Utilizzo
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
)

Parametri

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

Vedere anche

Riferimento

StatementBuilder Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc