Compartir a través de


SqlClrPart (Constructor)

Inicializa una nueva instancia de la clase SqlClrPart.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • isFunctionCall
    Tipo: System.Boolean
    Indica si esta parte es una invocación de método o no.

Seguridad de .NET Framework

Vea también

Referencia

SqlClrPart Estructura

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)