UserDefinedDataType.DefaultSchema Property
Gets or sets the Microsoft SQL Server default schema for the user-defined data type.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
'Dichiarazione
Public Property DefaultSchema As String
public string DefaultSchema { get; set; }
public:
property String^ DefaultSchema {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_DefaultSchema ()
/** @property */
public void set_DefaultSchema (String value)
public function get DefaultSchema () : String
public function set DefaultSchema (value : String)
A String value that specifies the default schema for the user-defined data type.
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
How to: Construct a DataType Object by Using the Default Constructor in Visual Basic .NET
How to: Construct a DataType Object with the Specification in the Constructor in Visual Basic .NET
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
UserDefinedDataType Class
UserDefinedDataType Members
Microsoft.SqlServer.Management.Smo Namespace
Tipi di dati (Motore di database)
CREATE TYPE (Transact-SQL)