Default Properties

Include Protected Members
Include Inherited Members

The Default type exposes the following members.

Properties

  Name Description
Public property CreateDate Gets the date and time when the default was created.
Protected property ExecuteForScalar Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (Inherited from SqlSmoObject.)
Public property ExtendedProperties Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property on the Default object or the Rule object. (Inherited from DefaultRuleBase.)
Public property ID Gets the ID value that uniquely identifies the default.
Protected property IsTouched Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (Inherited from SqlSmoObject.)
Public property Name Gets or sets the name of the Schema Object Base. (Inherited from ScriptSchemaObjectBase.)
Protected property ObjectInSpace Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (Inherited from SqlSmoObject.)
Public property Parent Gets or sets the Database object that is the parent of the Default object.
Public property Properties Gets a collection of Property objects that represent the object properties. (Inherited from SqlSmoObject.)
Protected property ScalarResult Gets the scalar result for the referenced object. (Inherited from SqlSmoObject.)
Public property Schema Gets or sets the schema. (Inherited from ScriptSchemaObjectBase.)
Public property State Gets the state of the referenced object. (Inherited from SmoObjectBase.)
Public property TextBody Gets or sets the text that defines the default or rule. (Inherited from DefaultRuleBase.)
Public property TextHeader Gets or sets the header of the text body that defines the default or rule. (Inherited from DefaultRuleBase.)
Public property TextMode Gets or sets the Boolean property value that specifies whether the Default object or Rule object header is editable as text. (Inherited from DefaultRuleBase.)
Public property Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Inherited from SqlSmoObject.)
Public property UserData Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.)

Top