Méthode ChangeSchema
Changes the schema of the alias data type.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub ChangeSchema ( _
newSchema As String _
)
'Utilisation
Dim instance As UserDefinedType
Dim newSchema As String
instance.ChangeSchema(newSchema)
public void ChangeSchema(
string newSchema
)
public:
void ChangeSchema(
String^ newSchema
)
member ChangeSchema :
newSchema:string -> unit
public function ChangeSchema(
newSchema : String
)
Paramètres
- newSchema
Type : System. . :: . .String
A String value that specifies the new schema.
Voir aussi