EnvironmentInfo.Name 속성

Gets or sets the name of the environment.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<DisplayCategoryKeyAttribute("General")> _
<PropertyOrderAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
<SfcKeyAttribute()> _
<DisplayNameKeyAttribute("Name")> _
<DisplayDescriptionKeyAttribute("Environment_NameDesc")> _
Public Property Name As String 
    Get 
    Private Set
‘사용 방법
Dim instance As EnvironmentInfo 
Dim value As String 

value = instance.Name
[DisplayCategoryKeyAttribute("General")]
[PropertyOrderAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)]
[SfcKeyAttribute()]
[DisplayNameKeyAttribute("Name")]
[DisplayDescriptionKeyAttribute("Environment_NameDesc")]
public string Name { get; private set; }
[DisplayCategoryKeyAttribute(L"General")]
[PropertyOrderAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Required|SfcPropertyFlags::ReadOnlyAfterCreation)]
[SfcKeyAttribute()]
[DisplayNameKeyAttribute(L"Name")]
[DisplayDescriptionKeyAttribute(L"Environment_NameDesc")]
public:
property String^ Name {
    String^ get ();
    private: void set (String^ value);
}
[<DisplayCategoryKeyAttribute("General")>]
[<PropertyOrderAttribute()>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)>]
[<SfcKeyAttribute()>]
[<DisplayNameKeyAttribute("Name")>]
[<DisplayDescriptionKeyAttribute("Environment_NameDesc")>]
member Name : string with get, private set
function get Name () : String 
private function set Name (value : String)

속성 값

유형: System.String
The name of the environment.

참고 항목

참조

EnvironmentInfo 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스