EnvironmentVariable.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the data type of the environment variable.
public:
property TypeCode Type { TypeCode get(); void set(TypeCode value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public TypeCode Type { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.Type : TypeCode with get, set
Public Property Type As TypeCode
Property Value
The data type of the environment variable.
- Attributes