Właściwość DataType.Schema
Pobiera lub ustawia schematu typu danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Property Schema As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A String wartość określająca schematu typu danych.