Sdílet prostřednictvím


ISql90ClrFunctionImplementation.FillRowMethodName – vlastnost

Získá nebo nastaví hodnotu, že modely FillRowMethodName Vlastnost SqlFunctionAttribute pro SQL Server funkce Common Language Runtime (SQL CLR).

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90ClrFunctionImplementation Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů