ISql100ResourceGovernor.GetClassifierFunctionRelationship Method
Gets a classifier function relationship.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetClassifierFunctionRelationship As IModelSingleRelationship(Of ISql100ResourceGovernor, ISql100ScalarFunction)
'Usage
Dim instance As ISql100ResourceGovernor
Dim returnValue As IModelSingleRelationship(Of ISql100ResourceGovernor, ISql100ScalarFunction)
returnValue = instance.GetClassifierFunctionRelationship()
IModelSingleRelationship<ISql100ResourceGovernor, ISql100ScalarFunction> GetClassifierFunctionRelationship()
IModelSingleRelationship<ISql100ResourceGovernor^, ISql100ScalarFunction^>^ GetClassifierFunctionRelationship()
function GetClassifierFunctionRelationship() : IModelSingleRelationship<ISql100ResourceGovernor, ISql100ScalarFunction>
abstract GetClassifierFunctionRelationship : unit -> IModelSingleRelationship<ISql100ResourceGovernor, ISql100ScalarFunction>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100ResourceGovernor, ISql100ScalarFunction>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISql100ResourceGovernor Interface