Proprietà ISql90ClrFunctionImplementation.FillRowMethodName

Ottiene o imposta un valore che modella la proprietà FillRowMethodNameSqlFunctionAttribute di l per la funzione di Common Language Runtime (SQL CLR) di SQL Server.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90ClrFunctionImplementation Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel