Поделиться через


SqlClrPart Constructor

Initializes a new instance of the SqlClrPart class.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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
)

Parameters

  • isFunctionCall
    Type: System.Boolean
    Indicates whether this part is a method invocation or not.

.NET Framework Security

See Also

Reference

SqlClrPart Structure

Microsoft.Data.Schema.Sql.SchemaModel Namespace