SqlSmoObject Members
Include Protected Members
Include Inherited Members
The SqlSmoObject object represents all SQL Server objects.
The SqlSmoObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SqlSmoObject() | Initializes a new instance of the SqlSmoObject class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
ExecuteForScalar | Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. |
![]() |
IsTouched | Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. |
![]() |
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. |
![]() |
Properties | Gets a collection of Property objects that represent the object properties. |
![]() |
ScalarResult | Gets the scalar result for the referenced object. |
![]() |
State | Gets the state of the referenced object. (Inherited from SmoObjectBase.) |
![]() |
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. |
![]() |
UserData | Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.) |
Top
Explicit Interface Implementations
Top