SqlObjectBase.AddConditionals Method
Adds a SQL which is necessary if the property field is requested. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Overridable Sub AddConditionals ( _
field As String _
)
'Usage
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
)
Parameters
- field
Type: System.String
A string that represents the name of the field.