Свойство Synonym.BaseSchema
Gets or sets the schema of the base object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design, _
"dbo")> _
Public Property BaseSchema As String
Get
Set
'Применение
Dim instance As Synonym
Dim value As String
value = instance.BaseSchema
instance.BaseSchema = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design,
"dbo")]
public string BaseSchema { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design,
L"dbo")]
public:
property String^ BaseSchema {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design,
"dbo")>]
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.
Примеры
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo