Adds property to the SELECT list with specified name and value.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub AddProperty ( _
name As String, _
value As String _
)
'用途
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
)
參數
- name
型別:System.String
Name of the property.
- value
型別:System.String
Value of the property