Share via


EnvironmentVariable.Description 属性

定义

获取或设置环境变量的说明。

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public string Description { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.Description : string with get, set
Public Property Description As String

属性值

环境变量的说明。

属性

适用于