Método AddProperty
Adds property to the SELECT list with specified name and 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 AddProperty ( _
name As String, _
value As String _
)
'Uso
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
)
Parâmetros
- name
Tipo: System. . :: . .String
Name of the property.
- value
Tipo: System. . :: . .String
Value of the property