EnvironmentReference 类

Represents the reference for an environment.

继承层次结构

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public NotInheritable Class EnvironmentReference _
    Inherits SfcInstance
用法
Dim instance As EnvironmentReference
public sealed class EnvironmentReference : SfcInstance
public ref class EnvironmentReference sealed : public SfcInstance
[<SealedAttribute>]
type EnvironmentReference =  
    class 
        inherit SfcInstance 
    end
public final class EnvironmentReference extends SfcInstance

EnvironmentReference 类型公开以下成员。

属性

  名称 说明
受保护属性 AbstractIdentityKey (从 SfcInstance 继承。)
公共属性 EnvironmentFolderName Gets the folder name where the referenced environment is in.
公共属性 Metadata (从 SfcInstance 继承。)
公共属性 Name Gets the key name.
公共属性 Parent Gets or sets the parent.
公共属性 Properties (从 SfcInstance 继承。)
公共属性 ReferenceId Gets the identifier of the reference.
公共属性 ReferenceType Gets or set the reference type.
受保护属性 State (从 SfcInstance 继承。)
公共属性 Urn (从 SfcInstance 继承。)
公共属性 ValidationStatus Gets a value that indicates the status of the validation.

页首

方法

  名称 说明
受保护方法 CreateIdentityKey (从 SfcInstance 继承。)
公共方法 Discover (从 SfcInstance 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 GetChildCollection (从 SfcInstance 继承。)
公共方法 GetDomain (从 SfcInstance 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法静态成员 GetObjectFactory Gets the factory to create a new instance.
公共方法 GetPropertySet (从 SfcInstance 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 GetTypeMetadataImpl (从 SfcInstance 继承。)
受保护方法 InitializeUIPropertyState (从 SfcInstance 继承。)
受保护方法 OnPropertyMetadataChanges (从 SfcInstance 继承。)
受保护方法 OnPropertyValueChanges (从 SfcInstance 继承。)
公共方法 Refresh (从 SfcInstance 继承。)
受保护方法 ResetKey (从 SfcInstance 继承。)
公共方法 Serialize (从 SfcInstance 继承。)
公共方法 ToString (从 SfcInstance 继承。)

页首

事件

  名称 说明
公共事件 PropertyChanged (从 SfcInstance 继承。)
公共事件 PropertyMetadataChanged (从 SfcInstance 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.IntegrationServices 命名空间