共用方式為


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 命名空間