ISql90ClrFunctionImplementation.FillRowMethodName 属性

获取或设置一个值,该模型FillRowMethodName属性的SqlFunctionAttribute的SQL Server公共语言运行时 (SQL CLR) 功能。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

ISql90ClrFunctionImplementation 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间