Classe ChildObjectName
Represents the name of a schema object child.
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.MultiPartIdentifier
Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
Microsoft.SqlServer.TransactSql.ScriptDom.ChildObjectName
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ChildObjectName _
Inherits SchemaObjectName
'Uso
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
O tipo ChildObjectName expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ChildObjectName | Initializes a new instance of the ChildObjectName class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
BaseIdentifier | Gets the base identifier. (Substitui SchemaObjectName.BaseIdentifier.) | |
ChildIdentifier | Gets the child identifier. | |
Count | Gets the count identifier. (Herdado de MultiPartIdentifier.) | |
DatabaseIdentifier | Gets the database identifier. (Substitui SchemaObjectName.DatabaseIdentifier.) | |
FirstTokenIndex | Gets or sets the first token index. (Herdado de TSqlFragment.) | |
FragmentLength | Gets the fragment length. (Herdado de TSqlFragment.) | |
Identifiers | Gets a list of identifiers. (Herdado de MultiPartIdentifier.) | |
Item | Gets or sets the item at the specified index. (Herdado de MultiPartIdentifier.) | |
LastTokenIndex | Gets or sets the last token index. (Herdado de TSqlFragment.) | |
SchemaIdentifier | Gets the schema identifier. (Substitui SchemaObjectName.SchemaIdentifier.) | |
ScriptTokenStream | Gets or sets a list of token streams. (Herdado de TSqlFragment.) | |
ServerIdentifier | Gets the server identifier. (Substitui SchemaObjectName.ServerIdentifier.) | |
StartColumn | Gets the starting column. (Herdado de TSqlFragment.) | |
StartLine | Gets the starting line. (Herdado de TSqlFragment.) | |
StartOffset | Gets the fragment start offset value. (Herdado de TSqlFragment.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept | Indicates the entry point for a given visitor. (Substitui SchemaObjectName.Accept(TSqlFragmentVisitor).) | |
AcceptChildren | Calls Accept on the children with the given visitor. (Substitui SchemaObjectName.AcceptChildren(TSqlFragmentVisitor).) | |
ChooseIdentifier | Returns which index are really meant for the given property defined by the modifier. (Herdado de SchemaObjectName.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.