ISql90ClrFunctionImplementation.FillRowMethodName (Propiedad)
Obtiene o establece un valor que modelar la propiedad FillRowMethodName de SqlFunctionAttribute para la función de SQL Server Common Language Runtime (SQL CLR).
Espacio de nombres: Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: System.String
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.