Propriété AvailabilityGroupListenerIPAddress.SubnetIP
Gets or sets the subnet IP of the availability group listener.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SubnetIP As String
Get
Set
'Utilisation
Dim instance As AvailabilityGroupListenerIPAddress
Dim value As String
value = instance.SubnetIP
instance.SubnetIP = value
[SfcKeyAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string SubnetIP { get; set; }
[SfcKeyAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ SubnetIP {
String^ get ();
void set (String^ value);
}
[<SfcKeyAttribute()>]
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SubnetIP : string with get, set
function get SubnetIP () : String
function set SubnetIP (value : String)
Valeur de propriété
Type : System.String
The subnet IP of the availability group listener.