Свойство BaseObject
Gets or sets the base object for which the synonym is defined.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property BaseObject As String
Get
Set
'Применение
Dim instance As Synonym
Dim value As String
value = instance.BaseObject
instance.BaseObject = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string BaseObject { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ BaseObject {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member BaseObject : string with get, set
function get BaseObject () : String
function set BaseObject (value : String)
Значение свойства
Тип System. . :: . .String
A String value that specifies the base object for the synonym.
См. также