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
- name
Type : System.String
Nom de la partie du CLR.
- isFunctionCall
Type : System.Boolean
Indique si cette partie est ou non un appel de méthode.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.