Méthode SqlObjectBase.AddConditionals
Adds a SQL which is necessary if the property field is requested. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Overridable Sub AddConditionals ( _
field As String _
)
'Utilisation
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
)
Paramètres
- field
Type : System.String
A string that represents the name of the field.