UtilityName 属性

Gets the name of the utility control point (UCP).

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property UtilityName As String
    Get
    Set
用法
Dim instance As Utility
Dim value As String

value = instance.UtilityName

instance.UtilityName = value
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string UtilityName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ UtilityName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member UtilityName : string with get, set
function get UtilityName () : String
function set UtilityName (value : String)

属性值

类型:System. . :: . .String
A String containing the UCP name.