Compartilhar via


Propriedade do RDL DataType.Schema

Gets or sets the schema of the data type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 da propriedade

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

Exemplos

Trabalhando com tipos de dados

Consulte também

Referência

DataType Classe

Namespace Microsoft.SqlServer.Management.Smo