Свойство ReadOnlyAfterCreation
Gets or sets a value that indicates whether the property is read only after creation. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Property ReadOnlyAfterCreation As Boolean
Get
Set
'Применение
Dim instance As ObjectProperty
Dim value As Boolean
value = instance.ReadOnlyAfterCreation
instance.ReadOnlyAfterCreation = value
public bool ReadOnlyAfterCreation { get; set; }
public:
property bool ReadOnlyAfterCreation {
bool get ();
void set (bool value);
}
member ReadOnlyAfterCreation : bool with get, set
function get ReadOnlyAfterCreation () : boolean
function set ReadOnlyAfterCreation (value : boolean)
Значение свойства
Тип: System. . :: . .Boolean
true if the property is read only after creation; otherwise, false.