Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Writes a reference for the mining model permission.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Private Sub WriteRef ( _
writer As XmlWriter _
) Implements IMajorObject.WriteRef
'Usage
Dim instance As MiningModelPermission
Dim writer As XmlWriter
CType(instance, IMajorObject).WriteRef(writer)
void IMajorObject.WriteRef(
XmlWriter writer
)
private:
virtual void WriteRef(
XmlWriter^ writer
) sealed = IMajorObject::WriteRef
private abstract WriteRef :
writer:XmlWriter -> unit
private override WriteRef :
writer:XmlWriter -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- writer
Type: System.Xml.XmlWriter
The writer.
Implements
IMajorObject.WriteRef(XmlWriter)