Partager via


SqlClrPart, constructeur

Initialise une nouvelle instance de la classe SqlClrPart.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    name As String, _
    isFunctionCall As Boolean _
)
public SqlClrPart(
    string name,
    bool isFunctionCall
)
public:
SqlClrPart(
    String^ name, 
    bool isFunctionCall
)
new : 
        name:string * 
        isFunctionCall:bool -> SqlClrPart
public function SqlClrPart(
    name : String, 
    isFunctionCall : boolean
)

Paramètres

  • isFunctionCall
    Type : System.Boolean
    Indique si cette partie est ou non un appel de méthode.

Sécurité .NET Framework

Voir aussi

Référence

SqlClrPart Structure

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms