Propriedade do RDL ExpectedCount
Gets the expected number of arguments.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public ReadOnly Property ExpectedCount As Integer
Get
'Uso
Dim instance As FunctionWrongArgumentsNumberException
Dim value As Integer
value = instance.ExpectedCount
public int ExpectedCount { get; }
public:
property int ExpectedCount {
int get ();
}
member ExpectedCount : int
function get ExpectedCount () : int
Valor da propriedade
Tipo: System. . :: . .Int32
A String value that specifies the number of expected arguments for the function.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também