Ler em inglês

Compartilhar via


Propriedade do RDL UserOptions.NoCount

Gets or sets the Boolean property value that specifies whether queries return the number of rows affected.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy, 
    "false")]
public bool NoCount { get; set; }

Valor da propriedade

Tipo: System.Boolean
A Boolean value that specifies the whether queries return the number of rows affected.If True, the number of rows affected by the query is not returned.If False (default), the number of rows affected by the query is returned.

Exemplos

Configurando o SQL Server no SMO

Consulte também

Referência

UserOptions Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Configurando o SQL Server no SMO

Opção user options