Proprietà ComparisonStyle
Gets the ComparisonStype property value.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property ComparisonStyle As Integer
Get
'Utilizzo
Dim instance As Server
Dim value As Integer
value = instance.ComparisonStyle
[SfcPropertyAttribute]
public int ComparisonStyle { get; }
[SfcPropertyAttribute]
public:
virtual property int ComparisonStyle {
int get () sealed;
}
[<SfcPropertyAttribute>]
abstract ComparisonStyle : int
[<SfcPropertyAttribute>]
override ComparisonStyle : int
final function get ComparisonStyle () : int
Valore proprietà
Tipo: System. . :: . .Int32
Int32
Implementa
Vedere anche