DataType.Schema Property

Gets or sets the schema of the data type.

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

Syntax

'Declaration
Public Property Schema As String 
    Get 
    Set
'Usage
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)

Property Value

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

Examples

Working with Data Types

See Also

Reference

DataType Class

Microsoft.SqlServer.Management.Smo Namespace