Compartilhar via


Propriedade ISql90ClrFunctionImplementation.FillRowMethodName

Obtém ou define um valor que modela o FillRowMethodName propriedade da SqlFunctionAttribute para o SQL Server função do Common Language Runtime (CLR SQL).

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property FillRowMethodName As String
    Get
    Set
string FillRowMethodName { get; set; }
property String^ FillRowMethodName {
    String^ get ();
    void set (String^ value);
}
abstract FillRowMethodName : string with get, set
function get FillRowMethodName () : String
function set FillRowMethodName (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90ClrFunctionImplementation Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel