次の方法で共有


NameFileDeclarationOption.IsNewName プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property IsNewName As Boolean
'使用
Dim instance As NameFileDeclarationOption
Dim value As Boolean

value = instance.IsNewName

instance.IsNewName = value
public bool IsNewName { get; set; }
public:
property bool IsNewName {
    bool get ();
    void set (bool value);
}
public function get IsNewName () : boolean
public function set IsNewName (value : boolean)

プロパティ値

型 : System.Boolean

参照

参照

NameFileDeclarationOption クラス

NameFileDeclarationOption メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間