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.

示例

使用数据类型

请参阅

参考

DataType 类

Microsoft.SqlServer.Management.Smo 命名空间