Metodo AddConditionals
Adds a SQL which is necessary if the property field is requested. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected Overridable Sub AddConditionals ( _
field As String _
)
'Utilizzo
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
)
Parametri
- field
Tipo: System. . :: . .String
A string that represents the name of the field.
Vedere anche