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.