Synonym Properties
SQL Server 2005
(see also
Protected
Properties
)
| Name | Description | |
|---|---|---|
| BaseDatabase |
Gets or sets the base database on which the base object resides.
|
| BaseObject |
Gets or sets the base object for which the synonym is defined.
|
| BaseSchema |
Gets or sets the schema of the base object.
|
| BaseServer |
Gets or sets the instance of Microsoft SQL Server on which the base object resides.
|
| CreateDate |
Gets the date and time when the synonym was created.
|
| DateLastModified |
Gets the date and time when the synonym was last modified.
|
| Events |
Gets the events that are supported by the synonym.
|
| ExtendedProperties |
Represents a collection of ExtendedProperty objects that contain information about the extended properties of the Synonym object.
|
| ID |
Gets the ID value that uniquely identifies the synonym.
|
| Name |
Gets or sets the name of the object.
(inherited from
NamedSmoObject
)
|
| Parent |
Gets the Database object that is the parent of the Synonym object.
|
| Properties |
Gets a collection of Property objects that represent the object properties.
(inherited from
SqlSmoObject
)
|
| Schema |
Gets or sets the schema.
(inherited from
ScriptSchemaObjectBase
)
|
| 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.
(inherited from
SqlSmoObject
)
|
| UserData |
Gets or sets user-defined data associated with the referenced object.
(inherited from
SmoObjectBase
)
|
| Name | Description | |
|---|---|---|
| ExecuteForScalar |
Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option.
(inherited from
SqlSmoObject
)
|
| ObjectInSpace |
Gets the Boolean property value that specifies whether the object exists in isolation or whether it is connected to the instance of Microsoft SQL Server directly or indirectly.
(inherited from
SqlSmoObject
)
|
| PresetProperties |
Gets or sets the preset properties of the referenced object.
(inherited from
SqlSmoObject
)
|
| ScalarResult |
Gets the scalar result for the referenced object.
(inherited from
SqlSmoObject
)
|
