DataRuleAttribute.ResourceBaseName 属性

获取或设置此类中使用的资源的基名称。

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

语法

声明
Public Property ResourceBaseName As String
    Get
    Private Set
public string ResourceBaseName { get; private set; }
public:
property String^ ResourceBaseName {
    String^ get ();
    private: void set (String^ value);
}
member ResourceBaseName : string with get, private set
function get ResourceBaseName () : String
private function set ResourceBaseName (value : String)

属性值

类型:System.String
一个 string,其中包含此类中使用的资源的基名称。

.NET Framework 安全性

请参见

参考

DataRuleAttribute 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间