Constructeur Column (SqlSmoObject, String)
Initialise une nouvelle instance de la classe Column qui a le parent et le nom spécifiés.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As SqlSmoObject, _
name As String _
)
'Utilisation
Dim parent As SqlSmoObject
Dim name As String
Dim instance As New Column(parent, _
name)
public Column(
SqlSmoObject parent,
string name
)
public:
Column(
SqlSmoObject^ parent,
String^ name
)
new :
parent:SqlSmoObject *
name:string -> Column
public function Column(
parent : SqlSmoObject,
name : String
)
Paramètres
- parent
Type : Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Objet SqlSmoObject qui spécifie le parent propriétaire de l'objet Column.
- name
Type : System. . :: . .String
Valeur String qui spécifie le nom de la colonne.
Voir aussi