TypeRight プロパティ
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public ReadOnly Property TypeRight As String
Get
'使用
Dim instance As ExpressionTypeMistmatchException
Dim value As String
value = instance.TypeRight
public string TypeRight { get; }
public:
property String^ TypeRight {
String^ get ();
}
member TypeRight : string
function get TypeRight () : String