次の方法で共有


NameFileDeclarationOption.IsNewName プロパティ

NEWNAME が指定されているかどうかを示す値を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property IsNewName As Boolean 
    Get 
    Set
'使用
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);
}
member IsNewName : bool with get, set
function get IsNewName () : boolean 
function set IsNewName (value : boolean)

プロパティ値

型: System.Boolean
NEWNAME が指定されている場合は true、それ以外の場合は false です。

関連項目

参照

NameFileDeclarationOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間