次の方法で共有


AttributeRelationshipCollection.IsValidName メソッド (String, String%)

指定した name が AttributeRelationship に有効な名前であることを確認し、名前が有効ではない場合はエラー メッセージを返します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function IsValidName ( _
    name As String, _
    <OutAttribute> ByRef error As String _
) As Boolean
'使用
Dim instance As AttributeRelationshipCollection 
Dim name As String 
Dim error As String 
Dim returnValue As Boolean 

returnValue = instance.IsValidName(name, _
    error)
public bool IsValidName(
    string name,
    out string error
)
public:
bool IsValidName(
    String^ name, 
    [OutAttribute] String^% error
)
member IsValidName : 
        name:string * 
        error:string byref -> bool
public function IsValidName(
    name : String, 
    error : String
) : boolean

パラメーター

  • name
    型: System.String
    確認する名前を指定します。
  • error
    型: System.String%
    名前が無効だった場合にエラー メッセージを保持する System.String です。

戻り値

型: System.Boolean
name が有効な場合は true、有効でない場合は false です。

関連項目

参照

AttributeRelationshipCollection クラス

IsValidName オーバーロード

Microsoft.AnalysisServices 名前空間