Compartir a través de


SqlSmoObject Miembros

The SqlSmoObject object represents all SQL Server objects.

El tipo SqlSmoObject expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido SqlSmoObject Initializes a new instance of the SqlSmoObject class.

Principio

Métodos

  Nombre Descripción
Método protegido AddDatabaseContext
Método protegido AlterImpl
Método protegido AlterImplFinish
Método protegido AlterImplInit
Método protegido AlterImplWorker
Método protegido BindDefaultImpl
Método protegido BindRuleImpl
Método protegido CheckCollation
Método protegido CheckObjectState() () () () Validates the state of the referenced object.
Método protegido CheckObjectState(Boolean) Validates the state of the referenced object with the option to specify that an exception is thrown if the object is not yet created.
Método protegido CheckObjectStateImpl
Método protegido CheckVersion100
Método protegido CheckVersion80 Checks the validity of the object on SQL Server 2000.
Método protegido CheckVersion80SP3 Checks the validity of the object on SQL Server 2000 SP3.
Método protegido CheckVersion90 Check the validity of the object on SQL Server 2005.
Método protegido CheckVersionBelow90
Método protegido CleanObject
Método protegido CreateImpl
Método protegido CreateImplFinish
Método protegido CreateImplInit
Método publico Discover
Método protegido DropImpl
Método protegido DropImplWorker
Método protegido EnumScriptImpl
Método protegido EnumScriptImplWorker
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método protegido FormatSqlVariant
Método protegido GenerateDataSpaceFileStreamScript
Método protegido GenerateDataSpaceScript
Método protegido GetBindDefaultScript
Método protegido GetBindRuleScript
Método protegido GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%)
Método protegido GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean)
Método publicoMiembro estático GetChildType
Método protegido GetDateTimeParameter
Método protegido GetDateTimeParameterAsInt
Método protegido GetDBName Gets the database name that is associated with the object.
Método protegido GetEnumParameter
Método protegido GetFragOptionString
Método protegido GetGuidParameter
Método publico GetHashCode (Se hereda de Object).
Método protegido GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%)
Método protegido GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean)
Método protegido GetPropValue
Método protegido GetPropValueOptional
Método protegido GetPropValueOptionalAllowNull
Método protegido GetRealValue
Método protegido GetScriptingOptionsForCreate
Método protegido GetServerName Gets the name of the instance of SQL Server with which the object is associated.
Método protegido GetServerObject
Método protegido GetSqlServerVersionName Gets the version name of the instance of SQL Server with which the object is associated.
Método protegido GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%)
Método protegido GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean)
Método protegido GetTimeSpanParameterAsInt
Método publico GetType (Se hereda de Object).
Método publicoMiembro estático GetTypeFromUrnSkeleton
Método protegido GetUrnRecursive(StringBuilder)
Método protegido GetUrnRecursive(StringBuilder, UrnIdOption)
Método protegido ImplInitialize
Método publico Initialize() () () () Initializes the object and forces the properties be loaded.
Método publico Initialize(Boolean) Initializes the object and forces the properties be loaded.
Método protegidoMiembro estático IsCollectionDirty
Método protegido IsObjectDirty Verifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server.
Método protegido IsObjectInitialized Verifies whether the object has been initialized.
Método protegido IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server.
Método protegido IsVersion80SP3
Método protegido MarkDropped
Método protegido MarkForDropImpl
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido PostAlter
Método protegido PostCreate
Método protegido PostDrop
Método publico Refresh Refreshes the object and retrieves properties when the object is next accessed.
Método protegido ScriptAlter
Método protegido ScriptCreate
Método protegido ScriptDdl
Método protegido ScriptDrop
Método protegido ScriptImpl() () () ()
Método protegido ScriptImpl(ScriptingOptions)
Método protegido ScriptImplWorker
Método protegido SetParentImpl
Método publico ToString Returns a String that represents the referenced object. (Invalida Object. . :: . .ToString() () () ().)
Método protegido TouchImpl
Método protegidoMiembro estático Trace Traces the object.
Método protegido UnbindDefaultImpl
Método protegido UnbindRuleImpl
Método protegidoMiembro estático UpdateCollectionState2
Método publico Validate (Se hereda de SmoObjectBase).

Principio

Campos

  Nombre Descripción
Campo protegido m_ExtendedProperties

Principio

Propiedades

  Nombre Descripción
Propiedad protegida ExecuteForScalar Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option.
Propiedad protegida IsTouched Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server.
Propiedad protegida 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.
Propiedad pública Properties Gets a collection of Property objects that represent the object properties.
Propiedad protegida ScalarResult Gets the scalar result for the referenced object.
Propiedad pública State Gets the state of the referenced object. (Se hereda de SmoObjectBase).
Propiedad pública Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.
Propiedad pública UserData Gets or sets user-defined data associated with the referenced object. (Se hereda de SmoObjectBase).

Principio

Eventos

  Nombre Descripción
Evento público PropertyChanged
Evento público PropertyMetadataChanged

Principio