Свойство DataType.Schema
Gets or sets the schema of the data type.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Property Schema As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
A String value that specifies the schema of the data type.