Méthode StatementBuilder.AddProperty

Adds property to the SELECT list with specified name and value.

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 AddProperty ( _
    name As String, _
    value As String _
)
'Utilisation
Dim instance As StatementBuilder 
Dim name As String 
Dim value As String

instance.AddProperty(name, value)
public void AddProperty(
    string name,
    string value
)
public:
void AddProperty(
    String^ name, 
    String^ value
)
member AddProperty : 
        name:string * 
        value:string -> unit
public function AddProperty(
    name : String, 
    value : String
)

Paramètres

Voir aussi

Référence

StatementBuilder Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc