Share via


Synonym.BaseSchema Property

Gets or sets the schema of the base object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property BaseSchema As String
    Get
    Set
'Usage
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)

Property Value

Type: System.String
A String value that specifies the schema of the base object.

Examples

Using Synonyms