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.
Assigns an Urn object of the SqlSmoObject object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Overridable Sub GetUrnRecursive ( _
urnbuilder As StringBuilder, _
idOption As UrnIdOption _
)
'Usage
Dim urnbuilder As StringBuilder
Dim idOption As UrnIdOption
Me.GetUrnRecursive(urnbuilder, idOption)
protected virtual void GetUrnRecursive(
StringBuilder urnbuilder,
UrnIdOption idOption
)
protected:
virtual void GetUrnRecursive(
StringBuilder^ urnbuilder,
UrnIdOption idOption
)
abstract GetUrnRecursive :
urnbuilder:StringBuilder *
idOption:UrnIdOption -> unit
override GetUrnRecursive :
urnbuilder:StringBuilder *
idOption:UrnIdOption -> unit
protected function GetUrnRecursive(
urnbuilder : StringBuilder,
idOption : UrnIdOption
)
Parameters
- urnbuilder
Type: System.Text.StringBuilder
A StringBuilder object.
- idOption
Type: Microsoft.SqlServer.Management.Smo.UrnIdOption
A UrnIdOption object.