Proprietà Utility.UtilityName

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

Spazio dei nomi  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property UtilityName As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A String containing the UCP name.

Vedere anche

Riferimento

Utility Classe

Spazio dei nomi Microsoft.SqlServer.Management.Utility