Condividi tramite


Classe Default

The Default object represents a SQL Server default.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.SqlSmoObject
      Microsoft.SqlServer.Management.Smo.NamedSmoObject
        Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase
          Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase
            Microsoft.SqlServer.Management.Smo.DefaultRuleBase
              Microsoft.SqlServer.Management.Smo.Default

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<PhysicalFacetAttribute> _
Public NotInheritable Class Default _
    Inherits DefaultRuleBase _
    Implements ISfcSupportsDesignMode
'Utilizzo
Dim instance As Default
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[PhysicalFacetAttribute]
public sealed class Default : DefaultRuleBase, 
    ISfcSupportsDesignMode
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[PhysicalFacetAttribute]
public ref class Default sealed : public DefaultRuleBase, 
    ISfcSupportsDesignMode
[<SealedAttribute>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<PhysicalFacetAttribute>]
type Default =  
    class 
        inherit DefaultRuleBase 
        interface ISfcSupportsDesignMode 
    end
public final class Default extends DefaultRuleBase implements ISfcSupportsDesignMode

Nel tipo Default sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Default() Initializes a new instance of the Default class.
Metodo pubblico Default(Database, String) Initializes a new instance of the Default class on the specified database and with the specified name.
Metodo pubblico Default(Database, String, String) Initializes a new instance of the Default class on the specified database and with the specified name and schema.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CreateDate Gets the date and time when the default was created.
Proprietà pubblica ExtendedProperties Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property on the Default object or the Rule object. Ereditato da DefaultRuleBase.
Proprietà pubblica ID Gets the ID value that uniquely identifies the default.
Proprietà pubblica Name Gets or sets the name of the schema. Ereditato da ScriptSchemaObjectBase.
Proprietà pubblica Parent Gets or sets the Database object that is the parent of the Default object.
Proprietà pubblica Properties Gets a collection of Property objects that represent the object properties. Ereditato da SqlSmoObject.
Proprietà pubblica Schema Gets or sets the schema. Ereditato da ScriptSchemaObjectBase.
Proprietà pubblica State Gets the state of the referenced object. Ereditato da SmoObjectBase.
Proprietà pubblica TextBody Gets or sets the text that defines the default or rule. Ereditato da DefaultRuleBase.
Proprietà pubblica TextHeader Gets or sets the header of the text body that defines the default or rule. Ereditato da DefaultRuleBase.
Proprietà pubblica TextMode Gets or sets the Boolean property value that specifies whether the Default object or Rule object header is editable as text. Ereditato da DefaultRuleBase.
Proprietà pubblica Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. Ereditato da SqlSmoObject.
Proprietà pubblica UserData Gets or sets user-defined data associated with the referenced object. Ereditato da SmoObjectBase.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Alter Updates any Default object or Rule object property changes on instance of SQL Server. Ereditato da DefaultRuleBase.
Metodo pubblico BindToColumn(String, String) Binds the default or rule to the specified column in the specified table. Ereditato da DefaultRuleBase.
Metodo pubblico BindToColumn(String, String, String) Binds the default or rule to the specified column in the specified table with the specified schema. Ereditato da DefaultRuleBase.
Metodo pubblico BindToDataType Binds the default or rule to a data type. Ereditato da DefaultRuleBase.
Metodo pubblico ChangeSchema Changes the schema for the default.
Metodo pubblico Create Creates a default or rule on the instance of SQL Server as defined by the Default object or Rule object. Ereditato da DefaultRuleBase.
Metodo pubblico Discover Discovers a list of type Object. Ereditato da SqlSmoObject.
Metodo pubblico Drop Removes the rule or the default. Ereditato da DefaultRuleBase.
Metodo pubblico EnumBoundColumns Enumerates a list of columns to which the default or rule is bound. Ereditato da DefaultRuleBase.
Metodo pubblico EnumBoundDataTypes Enumerates a list of data types to which the default or rule is bound. Ereditato da DefaultRuleBase.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto FormatSqlVariant Formats an object as SqlVariant type. Ereditato da SqlSmoObject.
Metodo protetto GetContextDB Gets the context database that is associated with this object. Ereditato da SqlSmoObject.
Metodo protetto GetDBName Gets the database name that is associated with the object. Ereditato da SqlSmoObject.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo protetto GetPropValue Gets a property value of the SqlSmoObject object. Ereditato da SqlSmoObject.
Metodo protetto GetPropValueOptional Gets a property value of the SqlSmoObject object. Ereditato da SqlSmoObject.
Metodo protetto GetPropValueOptionalAllowNull Gets a property value of the SqlSmoObject object. Ereditato da SqlSmoObject.
Metodo protetto GetServerObject Gets the server of the SqlSmoObject object. Ereditato da SqlSmoObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Initialize() Initializes the object and forces the properties be loaded. Ereditato da SqlSmoObject.
Metodo pubblico Initialize(Boolean) Initializes the object and forces the properties be loaded. Ereditato da SqlSmoObject.
Metodo protetto IsObjectInitialized Verifies whether the object has been initialized. Ereditato da SqlSmoObject.
Metodo protetto IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. Ereditato da SqlSmoObject.
Metodo pubblico Refresh Refreshes the script name. Ereditato da ScriptNameObjectBase.
Metodo pubblico Script() Generates a Transact-SQL script that can be used to re-create the default or rule. Ereditato da DefaultRuleBase.
Metodo pubblico Script(ScriptingOptions) Generates a Transact-SQL script that can be used to re-create the default or rule as specified by the script options. Ereditato da DefaultRuleBase.
Metodo pubblico ScriptHeader Generates a Transact-SQL script that can be used to re-create the default or rule header as specified by the script options. Ereditato da DefaultRuleBase.
Metodo protetto SetParentImpl Sets the parent of the SqlSmoObject to the newParent parameter. Ereditato da SqlSmoObject.
Metodo pubblico ToString Returns a String that represents the referenced object. Ereditato da SqlSmoObject.
Metodo pubblico UnbindFromColumn(String, String) Unbinds the default or rule from the specified column. Ereditato da DefaultRuleBase.
Metodo pubblico UnbindFromColumn(String, String, String) Unbinds the default or rule from the specified column with the specified table schema. Ereditato da DefaultRuleBase.
Metodo pubblico UnbindFromDataType Unbinds the default or rule from the specified data type Ereditato da DefaultRuleBase.
Metodo pubblico Validate Validates the state of an object. Ereditato da SmoObjectBase.

In alto

Eventi

  Nome Descrizione
Evento pubblico PropertyChanged Represents the event that occurs when a property is changed. Ereditato da SqlSmoObject.
Evento pubblico PropertyMetadataChanged Represents the event that occurs when property metadata changes. Ereditato da SqlSmoObject.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.Discover Discovers any dependencies. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.GetDomainRoot Returns the root of the domain. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.GetParent Gets the parent of this object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.GetPropertyType Gets the type of the specified property. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.GetPropertyValue Gets the value of the specified property. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.GetUrn Gets the Unified Resource Name (URN) of the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.Resolve Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.SetObjectState Sets the object state to the specified SfcObjectState value. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.SetPropertyValue Sets the property value. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato ISfcPropertyProvider.GetPropertySet Gets the interface reference to the set of properties of this object. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaProprietà privata ISfcSupportsDesignMode.IsDesignMode Gets a Boolean value that indicates whether the object supports design mode. Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future.

In alto

Osservazioni

To get Default object properties, users can be a member of the public fixed server role.

To set Default object properties, users must have CREATE DEFAULT permission on the database.

To create a default, users must have CREATE DEFAULT permission on the database.

To drop a default, users must have DROP DEFAULT permission on the database.

To bind a default to a column or unbind a default from a column, users must be a member of db_owner or db_ddladmin fixed database roles.

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Esempi

Creazione, modifica e rimozione di valori predefiniti

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Valori predefiniti

CREATE DEFAULT (Transact-SQL)