Gets or sets the name of the property to filter on.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
语法
声明
Public Property PropertyName As String
public string PropertyName { get; set; }
public:
property String^ PropertyName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_PropertyName ()
/** @property */
public void set_PropertyName (String value)
public function get PropertyName () : String
public function set PropertyName (value : String)
属性值
An instance of a String object that contains the name of the property that will be filtered on. Examples include Caption, Name, UniqueName, or the name of a user-defined member property.
线程安全
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
MemberFilter Class
MemberFilter Members
Microsoft.AnalysisServices.AdomdClient Namespace