AddConditionals 方法
Adds a SQL which is necessary if the property field is requested. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Protected Overridable Sub AddConditionals ( _
field As String _
)
用法
Dim field As String
Me.AddConditionals(field)
protected virtual void AddConditionals(
string field
)
protected:
virtual void AddConditionals(
String^ field
)
abstract AddConditionals :
field:string -> unit
override AddConditionals :
field:string -> unit
protected function AddConditionals(
field : String
)
参数
- field
类型:System. . :: . .String
A string that represents the name of the field.