Propriedade do RDL Information.ComparisonStyle
Gets the comparison style for the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property ComparisonStyle As Integer
Get
'Uso
Dim instance As Information
Dim value As Integer
value = instance.ComparisonStyle
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public int ComparisonStyle { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property int ComparisonStyle {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member ComparisonStyle : int
function get ComparisonStyle () : int
Valor da propriedade
Tipo: System.Int32
An Int32 value that specifies the comparison style for the instance of SQL Server.
Exemplos
Configurando o SQL Server no SMO