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.