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
- name
Type: System.String
The name for the CLR part.
- isFunctionCall
Type: System.Boolean
Indicates whether this part is a method invocation or not.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.