Свойство RestoreOption.OptionKind

Gets the restore option kind.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property OptionKind As RestoreOptionKind 
    Get 
    Set
'Применение
Dim instance As RestoreOption 
Dim value As RestoreOptionKind 

value = instance.OptionKind

instance.OptionKind = value
public RestoreOptionKind OptionKind { get; set; }
public:
property RestoreOptionKind OptionKind {
    RestoreOptionKind get ();
    void set (RestoreOptionKind value);
}
member OptionKind : RestoreOptionKind with get, set
function get OptionKind () : RestoreOptionKind 
function set OptionKind (value : RestoreOptionKind)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.RestoreOptionKind
The restore option kind.

См. также

Справочник

RestoreOption Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom