Méthode StatementBuilder.AddUrn
Adds the statement to the Unified Resource Name with the specified value. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub AddUrn ( _
value As String _
)
'Utilisation
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
)
Paramètres
- value
Type : System.String
The value of the object to be added to the Unified Resource Name.