Classe Dependency
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Represents a dependency relationship.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Class Dependency
'Uso
Dim instance As Dependency
[ComVisibleAttribute(false)]
public class Dependency
[ComVisibleAttribute(false)]
public ref class Dependency
[<ComVisibleAttribute(false)>]
type Dependency = class end
public class Dependency
O tipo Dependency expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Dependency() | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the Dependency class. | |
Dependency(Dependency) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the Dependency class that is a copy of the specified Dependency object. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
IsSchemaBound | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a value indicating whether the dependency with the parent is schema bound. | |
Links | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a DependencyChainCollection object that contains the list of dependencies. | |
Urn | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets the Uniform Resource Name (URN) that this object has a list of dependencies for. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Copy | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Creates a new Dependency object that is a copy of this object. | |
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.