Partager via


Propriété DataType.Schema

Gets or sets the schema of the data type.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Property Schema As String 
    Get 
    Set
'Utilisation
Dim instance As DataType 
Dim value As String 

value = instance.Schema

instance.Schema = value
public string Schema { get; set; }
public:
property String^ Schema {
    String^ get ();
    void set (String^ value);
}
member Schema : string with get, set
function get Schema () : String 
function set Schema (value : String)

Valeur de propriété

Type : System.String
A String value that specifies the schema of the data type.

Exemples

Utilisation des types de données

Voir aussi

Référence

DataType Classe

Espace de noms Microsoft.SqlServer.Management.Smo