Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Sets the Spatial Reference Identifier (SRID) for a geography type call sequence.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Public Overridable Sub SetSrid ( _
srid As Integer _
)
'Utilisation
Dim instance As SqlGeographyBuilder
Dim srid As Integer
instance.SetSrid(srid)
public virtual void SetSrid(
int srid
)
public:
virtual void SetSrid(
int srid
)
abstract SetSrid :
srid:int -> unit
override SetSrid :
srid:int -> unit
public function SetSrid(
srid : int
)
Paramètres
- srid
Type : System.Int32
An int that contains the Spatial Reference Identifier for the geography type.
Implémente
Notes
Must call SetSrid() at the start of each geography type call sequence.