BaseSchema 속성
Gets or sets the schema of the base object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property BaseSchema As String
Get
Set
‘사용 방법
Dim instance As Synonym
Dim value As String
value = instance.BaseSchema
instance.BaseSchema = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string BaseSchema { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ BaseSchema {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member BaseSchema : string with get, set
function get BaseSchema () : String
function set BaseSchema (value : String)
속성 값
형식: System. . :: . .String
A String value that specifies the schema of the base object.