ISqlFile.IsLogFile プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property IsLogFile As Boolean
'使用
Dim instance As ISqlFile
Dim value As Boolean
value = instance.IsLogFile
instance.IsLogFile = value
bool IsLogFile { get; set; }
property bool IsLogFile {
bool get ();
void set (bool value);
}
function get IsLogFile () : boolean
function set IsLogFile (value : boolean)
プロパティ値
型 : System.Boolean