IntegrationServices.Key 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Integration Services 的域根密钥。
public: ref class IntegrationServices::Key sealed : Microsoft::SqlServer::Management::Sdk::Sfc::DomainRootKey
public sealed class IntegrationServices.Key : Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
type IntegrationServices.Key = class
inherit DomainRootKey
Public NotInheritable Class IntegrationServices.Key
Inherits DomainRootKey
- 继承
构造函数
IntegrationServices.Key() |
初始化 IntegrationServices.Key 类的新实例。 |
属性
Domain |
不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。 (继承自 DomainRootKey) |
InstanceType |
获取与该键类关联的实例类的类型。 (继承自 SfcKey) |
方法
Equals(Object) |
指示指定的对象是否与当前 IntegrationServices.Key 对象相同。 |
Equals(Object, Object) |
指示指定的对象是否视作相等。 |
Equals(SfcKey) |
指示当前键是否与指定的键相同。 |
GetHashCode() |
检索哈希代码。 |
GetUrnFragment() |
检索 UrnFragment。 |
ToString() |
不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。 返回一个 String 值,该值是可在外部比较器中使用的对象的可排序表示形式。 (继承自 SfcKey) |
运算符
Equality(IntegrationServices+Key, IntegrationServices+Key) |
指示键对象是否具有使用指定的操作数的相同值。 |
Equality(IntegrationServices+Key, Object) |
指示指定的对象和键的左侧是否相等。 |
Equality(Object, IntegrationServices+Key) |
指示指定的对象和键的右侧是否相等。 |
Inequality(IntegrationServices+Key, IntegrationServices+Key) |
指示两个指定的键对象是否具有使用指定的操作数的不同值。 |
Inequality(IntegrationServices+Key, Object) |
指示指定的对象和键的左侧是否不相等。 |
Inequality(Object, IntegrationServices+Key) |
指示指定的对象和键的右侧是否不相等。 |