Compartir a través de


DataType.Schema Propiedad

Gets or sets the schema of the data type.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Property Schema As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Ejemplos

Trabajar con tipos de datos

Vea también

Referencia

DataType Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo