AddProperty 方法
Adds property to the SELECT list with specified name and value. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: 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