Propriedade do RDL EnvironmentInfo.EnvironmentId
Gets the identifier of the environment.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Identifier")> _
<PropertyOrderAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
<DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")> _
Public ReadOnly Property EnvironmentId As Long
Get
'Uso
Dim instance As EnvironmentInfo
Dim value As Long
value = instance.EnvironmentId
[DisplayCategoryKeyAttribute("General")]
[DisplayNameKeyAttribute("Identifier")]
[PropertyOrderAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)]
[DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")]
public long EnvironmentId { get; }
[DisplayCategoryKeyAttribute(L"General")]
[DisplayNameKeyAttribute(L"Identifier")]
[PropertyOrderAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Required|SfcPropertyFlags::ReadOnlyAfterCreation)]
[DisplayDescriptionKeyAttribute(L"Environment_IdentifierDesc")]
public:
property long long EnvironmentId {
long long get ();
}
[<DisplayCategoryKeyAttribute("General")>]
[<DisplayNameKeyAttribute("Identifier")>]
[<PropertyOrderAttribute()>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)>]
[<DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")>]
member EnvironmentId : int64
function get EnvironmentId () : long
Valor da propriedade
Tipo: System.Int64
The identifier of the environment.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices