Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents the name of a schema object child.
Иерархия наследования
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.MultiPartIdentifier
Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
Microsoft.SqlServer.TransactSql.ScriptDom.ChildObjectName
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class ChildObjectName _
Inherits SchemaObjectName
'Применение
Dim instance As ChildObjectName
[SerializableAttribute]
public class ChildObjectName : SchemaObjectName
[SerializableAttribute]
public ref class ChildObjectName : public SchemaObjectName
[<SerializableAttribute>]
type ChildObjectName =
class
inherit SchemaObjectName
end
public class ChildObjectName extends SchemaObjectName
Тип ChildObjectName обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
ChildObjectName | Initializes a new instance of the ChildObjectName class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
BaseIdentifier | Gets the base identifier. (Переопределяет SchemaObjectName.BaseIdentifier.) |
![]() |
ChildIdentifier | Gets the child identifier. |
![]() |
Count | Gets the count identifier. (Производный от MultiPartIdentifier.) |
![]() |
DatabaseIdentifier | Gets the database identifier. (Переопределяет SchemaObjectName.DatabaseIdentifier.) |
![]() |
FirstTokenIndex | Gets or sets the first token index. (Производный от TSqlFragment.) |
![]() |
FragmentLength | Gets the fragment length. (Производный от TSqlFragment.) |
![]() |
Identifiers | Gets a list of identifiers. (Производный от MultiPartIdentifier.) |
![]() |
Item | Gets or sets the item at the specified index. (Производный от MultiPartIdentifier.) |
![]() |
LastTokenIndex | Gets or sets the last token index. (Производный от TSqlFragment.) |
![]() |
SchemaIdentifier | Gets the schema identifier. (Переопределяет SchemaObjectName.SchemaIdentifier.) |
![]() |
ScriptTokenStream | Gets or sets a list of token streams. (Производный от TSqlFragment.) |
![]() |
ServerIdentifier | Gets the server identifier. (Переопределяет SchemaObjectName.ServerIdentifier.) |
![]() |
StartColumn | Gets the starting column. (Производный от TSqlFragment.) |
![]() |
StartLine | Gets the starting line. (Производный от TSqlFragment.) |
![]() |
StartOffset | Gets the fragment start offset value. (Производный от TSqlFragment.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Accept | Indicates the entry point for a given visitor. (Переопределяет SchemaObjectName.Accept(TSqlFragmentVisitor).) |
![]() |
AcceptChildren | Calls Accept on the children with the given visitor. (Переопределяет SchemaObjectName.AcceptChildren(TSqlFragmentVisitor).) |
![]() |
ChooseIdentifier | Returns which index are really meant for the given property defined by the modifier. (Производный от SchemaObjectName.) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)