SqlScriptProperty, constructeur (TSqlFragment)
Initialise une nouvelle instance de la classe SqlScriptProperty.
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 ( _
fragment As TSqlFragment _
)
public SqlScriptProperty(
TSqlFragment fragment
)
public:
SqlScriptProperty(
TSqlFragment^ fragment
)
new :
fragment:TSqlFragment -> SqlScriptProperty
public function SqlScriptProperty(
fragment : TSqlFragment
)
Paramètres
- fragment
Type : Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Fragment de script.
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.