Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the default values are used. The values list should have zero elements if this is true.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsDefaultValues As Boolean
Get
Set
'Usage
Dim instance As ValuesInsertSource
Dim value As Boolean
value = instance.IsDefaultValues
instance.IsDefaultValues = value
public bool IsDefaultValues { get; set; }
public:
property bool IsDefaultValues {
bool get ();
void set (bool value);
}
member IsDefaultValues : bool with get, set
function get IsDefaultValues () : boolean
function set IsDefaultValues (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if default values are used; otherwise, false.