Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the value of the environment variable.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public Property Value As Object
Get
Set
'Usage
Dim instance As EnvironmentVariable
Dim value As Object
value = instance.Value
instance.Value = value
[SfcPropertyAttribute(Data = true)]
public Object Value { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
[<SfcPropertyAttribute(Data = true)>]
member Value : Object with get, set
function get Value () : Object
function set Value (value : Object)
Property Value
Type: System.Object
The value of the environment variable.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace