Udostępnij przez


Właściwość Utility.UtilityName

Pobiera nazwę punkt kontroli narzędzi (UCP).

Przestrzeń nazw:  Microsoft.SqlServer.Management.Utility
Zestaw:  Microsoft.SqlServer.Management.Utility (w Microsoft.SqlServer.Management.Utility.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property UtilityName As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A String zawierające nazwę UCP.