다음을 통해 공유


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 네임스페이스