Método StatementBuilder.AddUrn
Adds the statement to the Unified Resource Name with the specified value. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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.