Share via


Utility.Description 属性

定义

获取或设置描述 UCP 的 String

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

属性值

一个 String 值,该值包含 UCP 的说明。

属性

适用于