Condividi tramite


Proprietà AvailabilityGroupListener.UniqueId

Gets the unique identifier of the availability group listener.

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property UniqueId As String 
    Get
'Utilizzo
Dim instance As AvailabilityGroupListener 
Dim value As String 

value = instance.UniqueId
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string UniqueId { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ UniqueId {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member UniqueId : string
function get UniqueId () : String

Valore proprietà

Tipo: System.String
The unique identifier of the availability group listener.

Vedere anche

Riferimento

AvailabilityGroupListener Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo