Compartilhar via


Membros SqlSmoObject

The SqlSmoObject object represents all SQL Server objects.

O tipo SqlSmoObject expõe os seguintes membros.

Construtores

  Nome Descrição
Método protegido SqlSmoObject Initializes a new instance of the SqlSmoObject class.

Início

Métodos

  Nome Descrição
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 público Discover
Método protegido DropImpl
Método protegido DropImplWorker
Método protegido EnumScriptImpl
Método protegido EnumScriptImplWorker
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado 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 públicoMembro 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 público GetHashCode (Herdado 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 público GetType (Herdado de Object.)
Método públicoMembro estático GetTypeFromUrnSkeleton
Método protegido GetUrnRecursive(StringBuilder)
Método protegido GetUrnRecursive(StringBuilder, UrnIdOption)
Método protegido ImplInitialize
Método público Initialize() () () () Initializes the object and forces the properties be loaded.
Método público Initialize(Boolean) Initializes the object and forces the properties be loaded.
Método protegidoMembro 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 (Herdado de Object.)
Método protegido PostAlter
Método protegido PostCreate
Método protegido PostDrop
Método público 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 público ToString Returns a String that represents the referenced object. (Substitui Object. . :: . .ToString() () () ().)
Método protegido TouchImpl
Método protegidoMembro estático Trace Traces the object.
Método protegido UnbindDefaultImpl
Método protegido UnbindRuleImpl
Método protegidoMembro estático UpdateCollectionState2
Método público Validate (Herdado de SmoObjectBase.)

Início

Campos

  Nome Descrição
Campo protegido m_ExtendedProperties

Início

Propriedades

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

Início

Eventos

  Nome Descrição
Evento público PropertyChanged
Evento público PropertyMetadataChanged

Início